home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
lisp
/
eulisp
/
you-075a.lha
/
you-075a
/
weak.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-18
|
171 b
|
11 lines
/*
* Header for weak ptr stuff
* defined in others.c
*/
#define weak_ptr_chain(o) (slotref(o,1))
#define weak_ptr_val(o) (slotref(o,0))
#define WEAK_PTR_SIZE 2